Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
Leadtools.Caching Assembly > Leadtools.Caching Namespace > ObjectCache Class > GetCacheItem Method : GetCacheItem<T>(String,String) Method |
public abstract CacheItem<T> GetCacheItem<T>( string key, string regionName )
'Declaration
Public Overloads MustOverride Function GetCacheItem(Of T)( _ ByVal key As String, _ ByVal regionName As String _ ) As CacheItem(Of T)
'Usage
Dim instance As ObjectCache Dim key As String Dim regionName As String Dim value As CacheItem(Of T) value = instance.GetCacheItem(Of T)(key, regionName)
public abstract<T> CacheItem<T> getCacheItem(String key, Class<?> classOfT, String regionName)
public: abstract CacheItem<T^>^ GetCacheItemgeneric<typename T> ( String^ key, String^ regionName )